home *** CD-ROM | disk | FTP | other *** search
/ DarkBASIC - The Ultimate 3D Game Creator / PCactive 8 CD1 - DarkBasic.iso / SOFTWARE / DEMOS / Utilities / 3dcanvas / 3DCANVAS.CAB / DemoModel.3dc / Properties.json < prev    next >
Encoding:
JavaScript Object Notation  |  2001-01-13  |  1.1 KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "3DCanvasVersion": "Long Integer",
  5.         "QualityShadeMode": "Long Integer",
  6.         "QualityLightMode": "Long Integer",
  7.         "QualityFillMode": "Long Integer",
  8.         "Dithering": "Long Integer",
  9.         "TextureQuality": "Long Integer",
  10.         "FogMode": "Long Integer",
  11.         "FogLinearStart": "Text (50)",
  12.         "FogLinearMaximum": "Text (50)",
  13.         "FogExponentialDensity": "Text (50)",
  14.         "FogColor": "Long Integer",
  15.         "AnimationStyle": "Long Integer",
  16.         "AnimationPosition": "Long Integer",
  17.         "AnimationKeyFrames": "Long Integer",
  18.         "AnimationKeyFramesPerSecond": "Long Integer",
  19.         "BackgroundImage": "Text (255)",
  20.         "BackgroundColor": "Long Integer",
  21.         "FileType": "Long Integer",
  22.         "ShadowTargetPointX": "Single",
  23.         "ShadowTargetPointY": "Single",
  24.         "ShadowTargetPointZ": "Single",
  25.         "ShadowTargetNormalX": "Single",
  26.         "ShadowTargetNormalY": "Single",
  27.         "ShadowTargetNormalZ": "Single"
  28.     },
  29.     "data": [
  30.         {
  31.             "ID": 1,
  32.             "3DCanvasVersion": 330,
  33.             "QualityShadeMode": 1,
  34.             "QualityLightMode": 8,
  35.             "QualityFillMode": 128,
  36.             "Dithering": 1,
  37.             "TextureQuality": 1,
  38.             "FogMode": 3,
  39.             "FogLinearStart": "10",
  40.             "FogLinearMaximum": "100",
  41.             "FogExponentialDensity": "50",
  42.             "FogColor": 0,
  43.             "AnimationStyle": 1,
  44.             "AnimationPosition": 8,
  45.             "AnimationKeyFrames": 10,
  46.             "AnimationKeyFramesPerSecond": 1,
  47.             "BackgroundColor": 0
  48.         }
  49.     ]
  50. }